Back

IEEE Transactions on Medical Imaging

Institute of Electrical and Electronics Engineers (IEEE)

All preprints, ranked by how well they match IEEE Transactions on Medical Imaging's content profile, based on 21 papers previously published here. The average preprint has a 0.03% match score for this journal, so anything above that is already an above-average fit. Older preprints may already have been published elsewhere.

1
Edge-Gated CNNs for Volumetric Semantic Segmentation of Medical Images

Hatamizadeh, A.; Terzopoulos, D.; Myronenko, A.

2020-03-16 bioengineering 10.1101/2020.03.14.992115 medRxiv
Top 0.1%
61.0%
Show abstract

Textures and edges contribute different information to image recognition. Edges and boundaries encode shape information, while textures manifest the appearance of regions. Despite the success of Convolutional Neural Networks (CNNs) in computer vision and medical image analysis applications, predominantly only texture abstractions are learned, which often leads to imprecise boundary delineations. In medical imaging, expert manual segmentation often relies on organ boundaries; for example, to manually segment a liver, a medical practitioner usually identifies edges first and subsequently fills in the segmentation mask. Motivated by these observations, we propose a plug-and-play module, dubbed Edge-Gated CNNs (EG-CNNs), that can be used with existing encoder-decoder architectures to process both edge and texture information. The EG-CNN learns to emphasize the edges in the encoder, to predict crisp boundaries by an auxiliary edge supervision, and to fuse its output with the original CNN output. We evaluate the effectiveness of the EG-CNN with various mainstream CNNs on two publicly available datasets, BraTS 19 and KiTS 19 for brain tumor and kidney semantic segmentation. We demonstrate how the addition of EG-CNN consistently improves segmentation accuracy and generalization performance.

2
Deep Active Lesion Segmentation

Hatamizadeh, A.; Hoogi, A.; Sengupta, D.; Lu, W.; Wilcox, B.; Rubin, D.; Terzopoulos, D.

2019-10-07 bioengineering 10.1101/794529 medRxiv
Top 0.1%
59.9%
Show abstract

Lesion segmentation is an important problem in computer-assisted diagnosis that remains challenging due to the prevalence of low contrast, irregular boundaries that are unamenable to shape priors. We introduce Deep Active Lesion Segmentation (DALS), a fully automated segmentation framework that leverages the powerful nonlinear feature extraction abilities of fully Convolutional Neural Networks (CNNs) and the precise boundary delineation abilities of Active Contour Models (ACMs). Our DALS framework benefits from an improved level-set ACM formulation with a per-pixel-parameterized energy functional and a novel multiscale encoder-decoder CNN that learns an initialization probability map along with parameter maps for the ACM. We evaluate our lesion segmentation model on a new Multiorgan Lesion Segmentation (MLS) dataset that contains images of various organs, including brain, liver, and lung, across different imaging modalities--MR and CT. Our results demonstrate favorable performance compared to competing methods, especially for small training datasets.

3
Confidence-Enhanced Semi-supervised Learning for Mediastinal Neoplasm Segmentation

Fu, X.; Zhang, S.; Zhou, J.; Ji, Y.

2024-07-23 bioengineering 10.1101/2024.07.22.604560 medRxiv
Top 0.1%
59.2%
Show abstract

Automated segmentation of mediastinal neoplasms in preoperative computed tomography (CT) scans is critical for accurate diagnosis. Though convolutional neural networks (CNNs) have proven effective in medical imaging analysis, the segmentation of mediastinal neoplasms, which vary greatly in shape, size, and texture, presents a unique challenge due to the inherent local focus of convolution operations. To address this limitation, we propose a confidence-enhanced semi-supervised learning framework for mediastinal neoplasm segmentation. Specifically, we introduce a confidence-enhanced module that improves segmentation accuracy over indistinct tumor boundaries by assessing and excluding unreliable predictions simultaneously, which can greatly enhance the efficiency of exploiting unlabeled data. Additionally, we implement an iterative learning strategy designed to continuously refine the estimates of prediction reliability throughout the training process, ensuring more precise confidence assessments. Quantitative analysis on a real-world dataset demonstrates that our model significantly improves the performance by leveraging unlabeled data, surpassing existing semi-supervised segmentation benchmarks. Finally, to promote more efficient academic communication, the analysis code is publicly available at https://github.com/fxiaotong432/CEDS. Author summaryIn clinical practice, computed tomography (CT) scans can aid in the detection and evaluation of mediastinal tumors. The early detection of mediastinal tumors plays a crucial role in formulating appropriate treatment plans and improving patient survival rates. To reduce the high cost of manual annotation, researchers have attempted to employ convolutional neural networks (CNNs) for efficient automatic segmentation. However, the significant challenges arise due to the considerable variation in shape, size, and texture of mediastinal tumors, posing difficulties for the segmentation task. In this study, we introduce a confidence-enhanced module with a semi-supervised learning framework. By evaluating the models prediction confidence and selecting high-confidence predictions, we improve the efficiency and quality of data utilization. This approach demonstrates the achievement of accurate mediastinal tumor segmentation with only a minimal amount of labeled data. Our research not only provides an effective technical approach for automatic segmentation of mediastinal tumors but also opens up new possibilities for optimizing strategies in semi-supervised learning methods.

4
PA-SfM: Tracker-free differentiable acoustic radiation for multi-view 3D photoacoustic imaging

Li, S.; Gao, J.; Kim, C.; Choi, S.; Huang, H.; Wang, X.; Shi, J.; Chen, Q.; Wang, Y.; Wu, S.; Zhang, Y.; Huang, T.; Zhou, Y.; Yao, B.; Yao, Y.; Li, C.

2026-04-23 bioengineering 10.64898/2026.04.06.716718 medRxiv
Top 0.1%
58.7%
Show abstract

Three-dimensional photoacoustic imaging (3D PAI) commonly relies on sparse sensor arrays, which restrict angular sampling, detection aperture, and instantaneous field-of-view (FOV). Moving the sensor array relative to the target provides an effective route to multi-view imaging and large volume photoacoustic mapping, but accurate fusion of multiple poses conventionally depends on motor feedback or external tracking hardware. Such tracking increases system complexity and can suffer from calibration errors, backlash, and motion instability. Here we introduce PA-SfM, a tracker-free differentiable acoustic structure-from-motion (SfM) framework that recovers sensor array poses directly from photoacoustic measurements. By integrating a differentiable acoustic radiation model with hierarchical optimization and rigid-array constraints, PA-SfM jointly estimates inter-view transformations and reconstructs 3D photoacoustic volumes without external pose measurements. We validated PA-SfM using numerical simulations, in vivo rat kidney and liver imaging with known relative geometry, and a mechanically scanned 3D PAI system. In mechanically rotated mouse liver imaging, PA-SfM produced sharper and more continuous vascular reconstructions than encoder-based fusion. In translational multi-pose imaging, PA-SfM supported expanded FOV vascular mapping without translation-stage pose input. In controlled quantitative validations, PA-SfM achieved high reconstruction fidelity, with PSNRs of 38.90-41.42 dB and SSIMs of 0.9637-0.9864 relative to groundtruth or known-pose reference reconstructions. These results establish PA-SfM as a robust computational framework for tracker-free multi-view and expanded FOV 3D PAI, providing a complete algorithmic foundation for freehand 3D PAI. The source code is publicly available at https://github.com/JaegerCQ/PA-SfM.

5
End-to-End Boundary Aware Networks for Medical Image Segmentation

Hatamizadeh, A.; Terzopoulos, D.; Myronenko, A.

2019-09-19 bioengineering 10.1101/770248 medRxiv
Top 0.1%
55.6%
Show abstract

Fully convolutional neural networks (CNNs) have proven to be effective at representing and classifying textural information, thus transforming image intensity into output class masks that achieve semantic image segmentation. In medical image analysis, however, expert manual segmentation often relies on the boundaries of anatomical structures of interest. We propose boundary aware CNNs for medical image segmentation. Our networks are designed to account for organ boundary information, both by providing a special network edge branch and edge-aware loss terms, and they are trainable end-to-end. We validate their effectiveness on the task of brain tumor segmentation using the BraTS 2018 dataset. Our experiments reveal that our approach yields more accurate segmentation results, which makes it promising for more extensive application to medical image segmentation.

6
MAE-UNETR++: Masked Autoencoder Pretraining for 3-D Lung Nodule Segmentation

Savant, V.; Wang, Y.; Xuan, J.

2026-06-19 bioengineering 10.64898/2026.06.17.733000 medRxiv
Top 0.1%
54.2%
Show abstract

Voxel-level annotation for volumetric medical imaging is expensive and difficult to scale, which makes training highcapacity 3-D segmentation models challenging in practice. Transfer learning (TL) from large public datasets is a common remedy, but it can under-perform when the source domain differs from the target anatomy and acquisition characteristics, as is often the case for pulmonary nodules. In this work, we propose a masked autoencoder (MAE) pretraining-based approach to break the data efficiency wall of domain difference and present a focused empirical study of domain-specific self-supervised learning (SSL) for 3-D lung nodule segmentation. We evaluate two experimental settings: first, Masked Autoencoder (MAE) pretraining versus random initialization across representative baselines; second, MAE versus Decathlon TL for UNETR++ while testing whether MAE-based pretraining also benefits a CNN baseline (V-Net). MAE pretraining on target-domain CT volumes achieves a Dice Similarity Coefficient (DSC) of 0.307, outperforming random initialization (0.136) and Decathlon weights (0.257). In addition, MAE improves the stability of V-Net in a "low-data" regime (i.e., with "insufficiently labeled" data), increasing DSC from 0.010 to0.071. Overall, these results suggest that MAE-based pretraining can provide a practical and robust initialization strategy for volumetric segmentation when labeled data are limited.

7
Sinogram Domain Angular Upsampling of Sparse-View Micro-CT with Dense Residual Hierarchical Transformer and Noise-Aware Loss

Adishesha, A. S.; Vanselow, D. J.; La Riviere, P.; Cheng, K. C.; Huang, S. X.

2023-05-12 bioengineering 10.1101/2023.05.09.540072 medRxiv
Top 0.1%
51.0%
Show abstract

Reduced angular sampling is a key strategy for increasing scanning efficiency of micron-scale computed tomography (micro-CT). Despite boosting throughput, this strategy introduces noise and artifacts due to undersampling. In this work, we present a solution to this issue, by proposing a novel Dense Residual Hierarchical Transformer (DRHT) network to recover high-quality sinograms from 2 x, 4x and 8x undersampled scans. DRHT is trained to utilize limited information available from sparsely angular sampled scans and once trained, it can be applied to recover higher-resolution sinograms from shorter scan sessions. Our proposed DRHT model aggregates the benefits of a hierarchical-multi-scale structure along with the combination of local and global feature extraction through dense residual convolutional blocks and non-overlapping window transformer blocks respectively. We also propose a novel noise-aware loss function named KL-L1 to improve sinogram restoration to full resolution. KL-L1, a weighted combination of pixel-level and distribution-level cost functions, leverages inconsistencies in noise distribution and uses learnable spatial weights to improve the training of the DRHT model. We present ablation studies and evaluations of our method against other state-of-the-art (SOTA) models over multiple datasets. Our proposed DRHT network achieves an average increase in peak signal to noise ratio (PSNR) of 17.73dB and a structural similarity index (SSIM) of 0.161, for 8x upsampling, across the three unique datasets, compared to their respective Bicubic interpolated versions. This novel approach can be utilized to decrease radiation exposure to patients and reduce imaging time for large-scale CT imaging projects.

8
Multi-Stage Singular Value Decomposition for Ultrafast Ultrasound Imaging of Microbubbles

Zhang, G.; Leroy, H.; Rideau, B.; Reygrobellet, A.; Pernot, M.; Deffieux, T.; Ialy-Radio, N.; Pezet, S.; Tanter, M.

2026-05-07 bioengineering 10.64898/2026.05.04.722634 medRxiv
Top 0.1%
46.2%
Show abstract

Microbubble contrast-enhanced ultrasound (CEUS) relies on discriminating nonlinear bubble signals from linear tissue backscattering. While Singular Value Decomposition (SVD) filtering improves this discrimination, existing techniques often fail to retain the slowly-moving microbubble signals from static clutter. Here, we present a novel multi-stage singular value decomposition (MS-SVD) framework for ultrafast CEUS imaging. Our method employs plane-wave transmissions at multiple angles and acoustic pressure levels (implemented via duty-cycle modulation) and alternating transmit polarity. The beamformed data are then processed by three sequential SVD filters: (1) spatial-angular SVD to extract coherent signals across all transmit angles, (2) spatial-pressure SVD to separate linear fundamental and nonlinear harmonic components, and (3) spatiotemporal SVD to isolate moving microbubble echoes from tissue clutter. In in vitro flow phantoms and in vivo rat brain through a cranial window, MS-SVD dramatically improves microbubble detection compared to conventional SVD filtering, MS-SVD yields much stronger vascular contrast and suppresses tissue clutter to a greater extent. The resulting power-Doppler and super-resolution maps are notably cleaner and more complete: MS-SVD detects substantially more microbubble events in ULM, revealing finer vessel details and more accurate flow speeds. By capturing the full acoustic signature of microbubbles (both fundamental and harmonic), MS-SVD achieves higher contrast-to-noise and sensitivity in CEUS. These gains make it a powerful front-end for super-resolution ultrasound localization microscopy and other high-sensitivity microvascular imaging applications.

9
PW-GAN: Pseudo-Warping Field Guided GAN for Unsupervised Denoising of Fetal Brain MRI Images

Chen, L.; Lin, J.; Fu, G.; Yang, P.; Liu, M.

2025-05-07 neuroscience 10.1101/2025.04.30.651598 medRxiv
Top 0.1%
46.1%
Show abstract

Fetal brain magnetic resonance imaging is of great importance for prenatal neural disorder diagnosis. To improve signal-to-noise ratio and coverage, fetal brain MRI often uses thick-slice scanning to reduce motion artifacts and ensure image quality for single slices. Reconstructing 3D MR volumes from multiple motion-corrupted stacks of 2D slices has shown promise in imaging of moving subjects like fetal MRI. However, raw scans acquired with varying slice thicknesses present substantial disparities in quality when retrospectively reconstructed into isotropic high-resolution volumes (e.g. 0.8 mm slice thickness). In particular, thick-slice acquisitions (e.g. 5-6 mm) tend to yield suboptimal reconstruction results compared to thin-slice scans (e.g. 2-3 mm), often exhibiting residual noise, interpolation-induced artifacts, and inter-slice structural discontinuities. This challenge has highlighted the need to further reduce noise caused by reconstruction errors when the reconstructed volumes are used for downstream tasks. With the success of neural networks in computer vision, deep learning methods based on architectures such as convolutional neural networks (CNNs) and generative adversarial networks (GANs) have achieved outstanding performance in single-image denoising. Nevertheless, CNN-based methods still heavily rely on large-scale datasets comprising noisy-clean image pairs. Although unsupervised GAN variants such as CycleGAN have been developed to mitigate this dependency, the inherent variability of GAN-generated outputs often results in tiny anatomical distortions, significantly limiting the applicability of GAN-based methods. While several approaches have introduced regularizations to address this issue, they largely focus on denoising individual slices, overlooking inter-slice structural inconsistencies that arise from treating slices independently. In this work, we propose Pseudo-Warping Field Guided Unsupervised Generative Adversarial Network (PW-GAN), which formulates post-reconstruction optimization as an unpaired style transfer problem between low-quality and high-quality MRI domains. Moreover, by incorporating a pseudo-deformation field module based on optical flow estimation, our method significantly enhances inter-slice continuity in the reconstructed volumes while effectively suppressing residual noise and interpolation artifacts introduced during the reconstruction process. Evaluations on both simulated and in vivo data demonstrate that our method outperforms existing unsupervised models and achieves performance on par with several state-of-the-art supervised methods.

10
Doppler Slicing for Ultrasound Super-Resolution Without Contrast Agents

Bar-Zion, A.; Solomon, O.; Rabut, C.; Maresca, D.; Eldar, Y. C.; Shapiro, M. G.

2021-11-20 bioengineering 10.1101/2021.11.19.469083 medRxiv
Top 0.1%
45.3%
Show abstract

Much of the information needed for diagnosis and treatment monitoring of diseases like cancer and cardiovascular disease is found at scales below the resolution limit of classic ultrasound imaging. Recently introduced vascular super-localization methods provide more than a ten-fold improvement in spatial resolution by precisely estimating the positions of microbubble contrast agents. However, most vascular ultrasound scans are currently performed without contrast agents due to the associated cost, training, and post-scan monitoring. Here we show that super-resolution ultrasound imaging of dense vascular structures can be achieved using the natural contrast of flowing blood cells. Instead of relying on separable targets, we used Fourier-based decomposition to separate signals arising from the different scales of vascular structures while removing speckle noise using multi-ensemble processing. This approach enabled the use of compressed sensing for super-resolution imaging of the underlying vascular structures, improving resolution by a factor of four. Reconstruction of ultrafast mouse brain scans revealed details that could not be resolved in regular Doppler images, agreeing closely with bubble-based super-localization microscopy of the same fields of view. By combining multi-ensemble Doppler acquisitions with narrowband Fourier decomposition and computational super-resolution imaging, this approach opens new opportunities for affordable and scalable super-resolution ultrasound imaging.

11
Fast-cWDM Brain MRI: Fast Conditional Wavelet Diffusion Model for Synthesis Brain MRI Modality

Chato, L.; Sereda, T.

2026-02-17 bioengineering 10.64898/2026.02.14.705904 medRxiv
Top 0.1%
45.3%
Show abstract

In this paper, we present a novel and efficient framework for cross-modality medical image synthesis, developed for BraSyn-Task 8. Our method combines the fast-sampling capabilities of the Fast-Denoising Diffusion Probabilistic Model (Fast-DDPM) with Discrete Wavelet-Transformed components, as used in Conditional Wavelet Diffusion Models. By reducing the number of denoising steps to 100 and using wavelet-transformed inputs, we accelerate both training and inference and reduce memory usage while preserving high image quality. The framework was trained on the BraTS 2025 dataset, which includes four magnetic resonance imaging (MRI) modalities: T1-weighted, contrast-enhanced T1-weighted (T1c), T2-weighted, and FLAIR. We developed four independent models, each synthesizing one missing modality from the remaining three. Evaluation on the BraSyn 2025 Task 8 public validation set demonstrated competitive performance using standard image metrics: mean squared error, signal-to-noise ratio, and structural similarity index. Our method achieved Third place in the challenge in the final test data, with fast inference times (average 41- 67 seconds per case). To assess clinical relevance, we applied a pretrained nnU-Net segmentation model on the synthesized modalities. Segmentation results yielded high Dice coefficients: 0.877 for the whole tumor, 0.769 for the tumor core, and 0.667 for the enhancing tumor. These results confirm the effectiveness and reliability of our approach for missing-modality synthesis, enabling accurate downstream analysis in high-dimensional medical imaging tasks. Our team in the challenge is USD-2025-Chato-Sereda (Team ID: 3551654).Github link: https://github.com/tsereda/brats-synthesis

12
VascFlexMap: Microvascular Ultrasound Imaging at Low Frame Rates Using Sparse Data and a Transformer-Decoder Network

Dhawan, R.; Agarwal, M.; Jain, S.; Shekhar, H.

2026-03-02 bioengineering 10.64898/2026.02.27.708398 medRxiv
Top 0.1%
40.2%
Show abstract

ObjectiveSuper-resolution ultrasound (SR-US) reveals microvascular structures with exquisite resolution, but clinical translation remains limited by the need for ultrafast frame rates, massive data volumes, and long reconstruction times. This work proposes a deep learning framework that reconstructs microvascular maps from low-frame-rate enhanced ultrasound sequences, bypassing explicit microbubble localization and tracking. MethodsA transformer-decoder network with learned linear projections was designed to model spatiotemporal dependencies across sparse contrast-enhanced ultrasound sequences and reconstruct vessel probability maps, refined via a post-processing enhancement stage. Single-head self-attention captures temporal correlations under challenging conditions including overlapping microbubbles and low signal-to-noise ratios. Binary cross-entropy loss guided training to preserve vascular topology across synthetic and in vivo datasets. In vivo rat brain bolus data from the PALA challenge was used to evaluate this approach under up to 500 - fold data reduction (341 frames at 2 FPS vs. 170400 frames at 1000 FPS in standard ULM). ResultsDespite aggressive undersampling, the proposed pipeline recovered coherent microvascular architecture where conventional ULM pipelines applied to the same sparse data failed to produce continuous vascular networks. Major branches and higher-order microvessels remained visible with apparent vessel widths broadened by approximately three-fold relative to reference SR-US. End-to-end reconstruction completed in 28-133 seconds on an NVIDIA H100 GPU depending on the number of frames employed. ConclusionThe reported approach preserved vascular topology with fast reconstruction and low data overhead, albeit at lower resolution. The substantial reduction in frames and computation time highlights the translational potential of this SR-US-inspired microvascular imaging approach.

13
Improved Microbubble Tracking for Super-Resolution Ultrasound Localization Microscopy using a Bi-Directional Long Short-term Memory Neural Network

Chen, X.; Lowerison, M. R.; Shin, Y.; Wang, Y.; Dong, Z.; You, Q.; Song, P.

2025-02-14 bioengineering 10.1101/2025.02.10.637352 medRxiv
Top 0.1%
39.8%
Show abstract

Ultrasound localization microscopy (ULM) enabled high-accuracy measurements of microvessel flow beyond the resolution limit of conventional ultrasound imaging by utilizing contrast microbubbles (MBs) as point targets. Robust tracking of MBs is an essential task for fast and high-quality ULM image reconstruction. Existing MB tracking methods suffer from challenging imaging scenarios such as high-density MB distributions, fast blood flow, and complex flow dynamics. Here we present a deep learning-based MB pairing and tracking method based on a bi-directional long short-term memory neural network for ULM. The proposed method integrates multiparametric MB characteristics to facilitate more robust and accurate MB pairing and tracking. The method was validated on a simulation data set, a tissue-mimicking flow phantom, and in vivo on a mouse and rat brain.

14
Deep learning-enabled speckle reduction for cleared-sample coherent scattering tomography

Chen, C.; Huiru, W.; Peilin, G.; Xi, C.; Ren, J.

2026-01-30 bioengineering 10.64898/2026.01.27.702188 medRxiv
Top 0.1%
39.6%
Show abstract

Clearing Assisted Scattering Tomography (CAST) extends coherent scattering tomography to whole-brain imaging, enabling visualization of fine-scale brain-wide connectivity. As a coherent optical tomography modality, CAST is inherently affected by speckle noise, which degrades image quality and limits quantitative analysis. However, existing speckle reduction methods developed for optical coherence tomography (OCT) are not directly transferable to CAST images due to differences in sample and noise statistics. Here, we present a learning-based cleared-sample speckle reduction network, termed CLEAR Net, specifically designed for CAST imaging, which effectively suppresses speckle noise in whole-brain white matter images while preserving fine structural details. We quantitatively benchmarked CLEAR Net against representative speckle reduction algorithms on CAST datasets and further evaluated its generalizability using publicly available ophthalmic datasets.

15
Three-Dimensional Photoacoustic Tomography with Ultrasound Localization Priors

Huo, H.; Xu, Y.; Yao, R.; Lowerison, M.; Song, P.; Yao, J.

2026-05-07 bioengineering 10.64898/2026.05.04.722751 medRxiv
Top 0.1%
39.3%
Show abstract

Three-dimensional photoacoustic tomography (3D-PAT) enables noninvasive structural and functional imaging with optical absorption contrast and ultrasonic detection depth. However, its spatial resolution is limited by acoustic diffraction, and incomplete detection geometry can substantially degrade image fidelity and quantitative accuracy. Here, we present a ULM-guided model-based reconstruction framework, termed 3D-PAULMprior that incorporates sub-diffraction vascular priors from concurrent ultrasound localization microscopy (ULM) into 3D photoacoustic reconstruction. The method uses weighted regional Laplacian regularization to integrate high-resolution vascular information into the inverse problem, thereby enhancing vascular sharpness, suppressing limited-view artifacts, and improving blood oxygen saturation estimation. We validated 3D-PAULMprior using numerical simulations, tissue-mimicking phantoms, and in vivo mouse brain imaging. Compared with conventional reconstruction, 3D- PAULMprior improved spatial resolution by over 50%, increased contrast-to-noise ratio by 261.2%, and enhanced structural similarity index by 24.6%. In vivo, 3D-PAULMprior recovered vascular structures that were poorly resolved or missing in conventional reconstructions and produced more spatially confined sO2 maps. These results establish 3D-PAULMprior as a robust multimodal reconstruction strategy for high-resolution structural and functional photoacoustic imaging.

16
ImPartial: Partial Annotations for Cell Instance Segmentation

Martinez, N.; Sapiro, G.; Tannenbaum, A. R.; Hollmann, T. J.; Nadeem, S.

2021-01-21 bioengineering 10.1101/2021.01.20.427458 medRxiv
Top 0.1%
38.3%
Show abstract

Segmenting noisy multiplex spatial tissue images constitutes a challenging task, since the characteristics of both the noise and the biology being imaged differs significantly across tissues and modalities; this is compounded by the high monetary and time costs associated with manual annotations. It is therefore imperative to build algorithms that can accurately segment the noisy images based on a small number of annotations. Recently techniques to derive such an algorithm from a few scribbled annotations have been proposed, mostly relying on the refinement and estimation of pseudo-labels. Other techniques leverage the success of self-supervised denoising as a parallel task to potentially improve the segmentation objective when few annotations are available. In this paper, we propose a method that augments the segmentation objective via self-supervised multi-channel quantized imputation, meaning that each class of the segmentation objective can be characterized by a mixture of distributions. This approach leverages the observation that perfect pixel-wise reconstruction or denoising of the image is not needed for accurate segmentation, and introduces a self-supervised classification objective that better aligns with the overall segmentation goal. We demonstrate the superior performance of our approach for a variety of cancer datasets acquired with different highly-multiplexed imaging modalities in real clinical settings. Code for our method along with a benchmarking dataset is available at https://github.com/natalialmg/ImPartial.

17
A Decade of Deep Learning-based Biomedical Image Segmentation

Yu, S.; Wang, H.; Wang, N.; Chen, S.; Wu, J.; Yuan, Z.; Qi, T.; Zhou, Z.; Xia, F.; Ma, J.; Zhou, Y.

2026-04-30 bioengineering 10.64898/2026.04.27.721127 medRxiv
Top 0.1%
38.2%
Show abstract

Biomedical image segmentation is a fundamental problem in computational biomedicine that aims to precisely delineate anatomical and biological structures, tissue types, or pathological regions in biomedical images. Accurate segmentation is essential for interpretation, decision-making, and quantitative analysis across a wide range of biological and medical applications. Over the past decade, the field has undergone a profound paradigm shift, evolving from task-specific specialist models to universal foundation models. This review provides an in-depth analysis of the evolution, tracing how the limitations of local discriminative learning drove the transition toward transformer-based global modeling, and large-scale generative pre-training. To help navigate the diverse landscape of interaction paradigms, we introduce the first systematic taxonomy of promptable biomedical image segmentation, categorizing existing methods into six distinct types, enabling users to intuitively select appropriate prompting strategies based on visual demonstrations and quickly pinpoint relevant literature (Prompt Type Visualization). Beyond model architectures, we discuss parallel advancements in dataset development, evaluation protocols, and application-specific adaptations across radiology, pathology, and biology. Integrating these powerful foundation models with rigorous domain-specific adaptation has great potential to improve patient outcomes and healthcare efficiency. Finally, we highlight key challenges in trustworthiness and clinical integration that must be overcome to realize the potential of the next generation of biological and medical generalists.

18
SegCSR: Weakly-Supervised Cortical Surfaces Reconstruction from Brain Ribbon Segmentations

Zheng, H.; Chen, X.; Li, H.; Chen, T.; Liang, P.; Fan, Y.

2024-12-11 neuroscience 10.1101/2024.12.10.626888 medRxiv
Top 0.1%
38.2%
Show abstract

Deep learning-based cortical surface reconstruction (CSR) methods heavily rely on pseudo ground truth (pGT) generated by conventional CSR pipelines as supervision, leading to dataset-specific challenges and lengthy training data preparation. We propose a new approach for reconstructing multiple cortical surfaces using weak supervision from brain MRI ribbon segmentations. Our approach initializes a midthickness surface and then deforms it inward and outward to form the inner (white matter) and outer (pial) cortical surfaces, respectively, by jointly learning diffeomorphic flows to align the surfaces with the boundaries of the cortical ribbon segmentation maps. Specifically, a boundary surface loss drives the initialization surface to the target inner and outer boundaries, and an inter-surface normal consistency loss regularizes the pial surface in challenging deep cortical sulci. Additional regularization terms are utilized to enforce surface smoothness and topology. Evaluated on two large-scale brain MRI datasets, our weakly-supervised method achieves comparable or superior CSR accuracy and regularity to existing supervised deep learning alternatives.

19
A Novel Deep Learning Model, Rdbcycylegan-Cbam For Low-Dose CT Image Denoising

Assaf, O.; Guvenis, A.

2026-02-18 bioengineering 10.64898/2026.02.17.706311 medRxiv
Top 0.1%
37.9%
Show abstract

Computed Tomography (CT) is one of the largest contributors to radiation exposure from medical imaging, which can induce DNA damage and increase cancer risk. Reducing CT radiation dose to improve patient safety inherently increases image noise and artifacts. Generative adversarial networks (GANs) have shown promise for unsupervised low-dose CT (LDCT) denoising. Building on this, RDBCycleGAN-CBAM, a CycleGAN-based model that integrates residual dense blocks (RDBs) and convolutional block attention modules (CBAM), was developed to effectively denoise quarter-dose CT images while preserving structural detail. The model was trained on unpaired quarter-dose and full-dose CT scans from the NIH-AAPM-Mayo dataset using adversarial (LSGAN), cycle-consistency, and identity losses. Evaluation on held-out test slices was performed using PSNR and SSIM as the primary image-quality metrics. The results demonstrate that the proposed RDBCycleGAN-CBAM method not only achieves higher peak signal-to-noise ratio (PSNR) and structural similarity index (SSIM) values but also outperforms most existing deep learning-based methods, achieving mean improvements of +3.97 dB in PSNR and +0.053 in SSIM relative to quarter-dose inputs. Shapiro- Wilk tests for PSNR and SSIM motivated the use of the nonparametric Wilcoxon signed-rank test, by which highly significant improvements across both metrics (PSNR and SSIM) were demonstrated. The very large rank-biserial correlation values (1.0) indicate that nearly all test images experienced substantial quality improvement. Furthermore, the narrow bootstrap confidence intervals for the mean differences suggest that these improvements are consistent across the dataset. These advancements contribute to medical imaging by providing a viable, vendor-neutral tool for reducing patient radiation exposure without compromising diagnostic value.

20
Data-driven system matrix manipulation enabling fast functional imaging and intra-image nonrigid motion correction in tomography

Hu, P.; Tong, X.; Lin, L.; Wang, L.

2024-01-08 bioengineering 10.1101/2024.01.07.574504 medRxiv
Top 0.1%
34.4%
Show abstract

Tomographic imaging modalities are described by large system matrices. Sparse sampling and tissue motion degrade system matrix and image quality. Various existing techniques improve the image quality without correcting the system matrices. Here, we compress the system matrices to improve computational efficiency (e.g., 42 times) using singular value decomposition and fast Fourier transform. Enabled by the efficiency, we propose (1) fast sparsely sampling functional imaging by incorporating a densely sampled prior image into the system matrix, which maintains the critical linearity while mitigating artifacts and (2) intra-image nonrigid motion correction by incorporating the motion as subdomain translations into the system matrix and reconstructing the translations together with the image iteratively. We demonstrate the methods in 3D photoacoustic computed tomography with significantly improved image qualities and clarify their applicability to X-ray CT and MRI or other types of imperfections due to the similarities in system matrices.